home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / AIAT 1.0.1 / Headers / Storage / HFSStorage.h next >
Encoding:
Text File  |  1997-09-11  |  475 b   |  27 lines  |  [TEXT/CWIE]

  1. // HFSStorage.h
  2. //    Copyright:    © 1994 - 1996 by Apple Computer, Inc., all rights reserved.
  3.  
  4.  
  5. #pragma once
  6. #ifndef HFSStorage_h
  7. #define HFSStorage_h
  8.  
  9. #pragma import on
  10.  
  11. #include "IAStorage.h"
  12.  
  13. //#pragma IA_BEGIN_IMPORTS
  14. #include <Types.h>
  15. //#pragma IA_END_IMPORTS
  16.  
  17. #pragma IA_BEGIN_EXPORTS
  18.  
  19. IAStorage* MakeHFSStorage(short vRef, long dirId, const StringPtr name,
  20.                           OSType creator = 'VTWN', OSType fileType = 'STOR');
  21.  
  22. #pragma IA_END_EXPORTS
  23.  
  24. #pragma import reset
  25.  
  26. #endif
  27.